ComponentOne Studio Web API Edition
IImporter<TSource,TResult> Interface
Members 

Type of ImportSource.
Type of import result.
Common generic interface for all importers to share.
Syntax
public interface IImporter<TSource,TResult> 
where TSource: ImportSource
'Declaration
 
Public Interface IImporter
    (Of TSource As ImportSource,
     TResult) 
 
Type Parameters
TSource
Type of ImportSource.
TResult
Type of import result.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IImporter<TSource,TResult> Members
C1.Web.Api Namespace

 

 


Copyright © 2025 GrapeCity, inc. All rights reserved.